home *** CD-ROM | disk | FTP | other *** search
/ How Would You Survive? / How Would You Survive (1995)(Grolier)[Mac-PC].iso / mac / EPAN.DIR / 00763_Script_763 < prev    next >
Text File  |  1995-09-12  |  344b  |  16 lines

  1. on mouseUp
  2.   global gHotSpotStatus, gOpenHouse1
  3.   if gHotSpotStatus = 0 then
  4.     if gOpenHouse1 = 1 then
  5.       ShowHotInfoBox "PE100700.pic", "YourFamilyCross"    
  6.     else
  7.       set the visible of sprite 2 to false
  8.       set the visible of sprite 4 to false
  9.       updatestage
  10.       set gOpenHouse1 = 1
  11.     end if
  12.   end if
  13. end
  14.  
  15.  
  16.